home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00102.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  139 b   |  11 lines

  1. on exitFrame
  2.   global gcoke
  3.   if the mouseDown then
  4.     set gcoke to 1
  5.     sound stop 1
  6.     go("demo")
  7.     exit
  8.   end if
  9.   go("coke2")
  10. end
  11.